home *** CD-ROM | disk | FTP | other *** search
- struct Config0001
- {
- Column wwcol; /* word wrap column */
-
- USHORT winx; /* save state of non-icon window */
- USHORT winy;
- USHORT winwidth;
- USHORT winheight;
-
- USHORT iwinx, iwiny; /* save state of icon window */
-
- USHORT aslleft; /* pos of FileReq */
- USHORT asltop;
- USHORT aslwidth;
- USHORT aslheight;
-
- Column tabstop; /* size of tabs */
- Column margin;
-
- int fgpen; /* Pens */
- int bgpen;
- int hgpen;
- int tpen;
- int bbpen;
-
- char insertmode; /* insert or overwrite */
- char ignorecase; /* should SEARCH ignore the case ? */
- char wordwrap; /* do wordwrap ? */
- char autosplit; /* Split line automatically ? */
- char autoindent; /* Autoindent cursor after <RETURN> ? */
- char autounblock; /* Automatic Unblock on new BLOCK-command ? */
- };
-
- #define CONFIG0001 "XDMECNFG0001"
- #define CONFIG0001_SIZE sizeof(struct Config0001)
-
- struct Config0002
- {
- Column wwcol; /* word wrap column */
-
- UWORD winx; /* save state of non-icon window */
- UWORD winy;
- UWORD winwidth;
- UWORD winheight;
-
- UWORD iwinx, iwiny; /* save state of icon window */
-
- UWORD aslleft; /* pos of FileReq */
- UWORD asltop;
- UWORD aslwidth;
- UWORD aslheight;
-
- Column tabstop; /* size of tabs */
- Column margin;
-
- int fgpen; /* Pens */
- int bgpen;
- int hgpen;
- int tpen;
- int bbpen;
-
- ULONG insertmode : 1; /* insert or overwrite */
- ULONG ignorecase : 1; /* should SEARCH ignore the case ? */
- ULONG wordwrap : 1; /* do wordwrap ? */
- ULONG autosplit : 1; /* Split line automatically ? */
- ULONG autoindent : 1; /* Autoindent cursor after <RETURN> ? */
- ULONG autounblock : 1; /* Automatic Unblock on new BLOCK-command ? */
- };
-
- #define CONFIG0002 "XDMECNFG0002"
- #define CONFIG0002_SIZE sizeof(struct Config0002)
-
- struct Config0003
- {
- Column wwcol; /* word wrap column */
-
- UWORD winx; /* save state of non-icon window */
- UWORD winy;
- UWORD winwidth;
- UWORD winheight;
-
- UWORD iwinx, iwiny; /* save state of icon window */
-
- UWORD aslleft; /* pos of FileReq */
- UWORD asltop;
- UWORD aslwidth;
- UWORD aslheight;
-
- Column tabstop; /* size of tabs */
- Column margin;
-
- UBYTE fgpen; /* Pens */
- UBYTE bgpen;
- UBYTE hgpen;
- UBYTE tpen;
- UBYTE bbpen;
-
- ULONG insertmode : 1; /* insert or overwrite */
- ULONG ignorecase : 1; /* should SEARCH ignore the case ? */
- ULONG wordwrap : 1; /* do wordwrap ? */
- ULONG autosplit : 1; /* Split line automatically ? */
- ULONG autoindent : 1; /* Autoindent cursor after <RETURN> ? */
- ULONG autounblock : 1; /* Automatic Unblock on new BLOCK-command ? */
- };
-
- #define CONFIG0003 "XDMECNFG0003"
- #define CONFIG0003_SIZE sizeof(struct Config0003)
-
-
-